Hi,
1. To remove the “Our Services” section
Go to the Appearance -> Theme Options -> Sections -> Top Four Box Services Section -> Check to hide our services
2. To remove the Newsletter form from the footer section
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code
.newsletter-form { display: none; }
Regards
Grace Themes