[This post was moved from my previous blog]
You can get rid of the page title in SharePoint 2013 by adding a content editor web part on a page and add this code trough “edit source” in it:
<style>
#pageContentTitle {
display: none !important;
}
</style>
You can the hide the content editor web part so it does not display on the page.
Another alternative is to create a css file with this code and then link to it.