Hi Rich,
For sitewide elimination of Page title area, use the CSS below
#page-title {
display: none;
}
Paste this CSS in Appearance -> Customize -> Additional CSS
For, elimination in specific pages, you need to add the class just before the CSS #page-title for eg if the page has class page-id-22 then you need to write down the CSS as
.page-id-22 #page-title {
display: none;
}
Or just write down the URL’s of your pages and we will tell you what’s the page id class of that page
Best Regards