To show a slider or other content only on home page (that shows latest blog posts) use the code below. This will prevent the slider from showing on other pages in pagination.
<?php if(is_home() && !is_paged()) { ?>
via pagination – Show content only on front page? – WordPress Development Stack Exchange.