There’s a few ways but I know there is a plugin that manages titles….just cannot remember the name of it, but it does allow one to disable titles. The other method is more of a global method by using css such as:
.entry-title {display: none; }
This will hide titles from all (or most) of the titles, such as pages and posts. The only other method is to physically take the title php code out of the theme files.