@markp316 By default the slider will be enabled on the home page. It will also be enabled in the blog page if you have set the posts page in Settings->Reading. If you have then unset it there and use the instruction here to set the blog page here https://www.themehorse.com/theme-instruction/attitude/#blogpage. If you follow the instruction here using the blog page template this will not show the slider in the blog page.
@sw23185 Currently there is now such feature available. However you can use the custom css to hide the slider for the homepage that is the only way for now. In the dashboard, go to Apperance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes.’
.home .featured-slider {
display: none;
}