Make the first image the post thumbnail without setting it as the featured image

You may use the css hide one of the images for now until you figure it out. Coz nothing is clear from above code

Add these lines to your style.css

.entry-header figure{
  display: none !important;
}

refresh your cache and you will the problem fixed