Hi Glen,
If you wish to hide only your homepage title, you will want to use custom CSS like so:
.home .fl-post-header {
display: none;
}
However, you could use the Global setting, but this will remove page titles for all pages and will mean you manually adding them to each page.
Thanks,
Danny