How do I remove the title from the_content

you need to remove the echo from the the_title().

Change this:

<h3><?php the_title();?></h3>

Source : https://developer.wordpress.org/reference/functions/the_title/