I can only provide css solution
To hide the slider from all other pages you would need to create a CSS template in pages app
ACP > Pages > Templates > New > Add CSS file
after creating the css file, you can open it on the same page.
add this line of css in the css file you created and save it
.ta_themeSlider {display:none!important}
after that, you need to include this css file in all the pages that you DONT want to show the slider on.
ACP > Pages > Pages
For example you have a page named articles, edit it and go to Page Includes tab to select the css file you created