Hi,
You can’t remove the Page header but you can hide that from CSS so it will not be there.
Add this code to your Theme’s CSS at the bottom or any css editor (Like Jetpack):
/*Hide the Page heading in Pages */
.content h1 {
display: none;
}
This will hide all Page’s Titles ??
The images are removed from Drop Box so didn’t understand “sub categories up on the left properly” Let me know if you need more help.