All my files are still original. I made a child theme. Took the content-page.php file.
And removed the part:
<h1 class="entry-title"><?php the_title(); ?></h1>
This effectively removed my header in pages.
Another option is to use this in you style.css:
.entry-header {
visibility: none;
}