I've just pulled the classic; figuring it out as soon as you ask for help.
Add: $ionicTabsDelegate.showBar(false); to the page's controller.
i.e.
.controller('lorem', function($..., $ionicTabsDelegate, ipsum) {
$ionicTabsDelegate.showBar(false);
...
})
Thanks everyone!