This is a simple bit of code you can add to your style sheet that will hide the Drupal 8 front page main content (No front page content has been created yet.) block. This is useful if you want to build a front page that is solely built with blocks.
.view-frontpage { display:none; }