you can hide it using CSS;
.home.page .entry-title { display: none; }
before you make too many customisations, strongly consider to create a child theme to work with (particlular if you are planning to make changes to the templates) or to use a custom css plugin (if you are only planning to make formatting adjustments).
^^ I just posted something similar in a thread i want to get rid of the ‘home’ ‘services’ ‘about us’ etc from each page is this applicable to all pages?