This is what it looks like:
I don't need it in my AA app, how to remove it?
Turns out it is rather simple.
Just add batch_actions as false to your model register like so:
batch_actions
ActiveAdmin.register Product do config.batch_actions = false end