@R719, I guess you want to remove the excerpt and Read More buttons from the Featured Content section. You can you the Below CSS to remove the button and the excerpt
#featured-content-section .entry-summary{
display:none;
}
To add this CSS go to Appearance >> Customizer >> Additional CSS, there you can paste the CSS
Let us know if have any other issues that need to solve