Hello
This "That's All" button is used in various category view pages in JA Magz II template: Featured Articles, Gallery List, Video List
You can apply the suggestion from @"francus641" to hide it from all of these pages.
Or edit the associated PHP file of these view pages and remove this line of code:
<div id="infinity-next" class="btn btn-primary disabled" data-pages="1"><?php echo Text::_('TPL_INFINITY_NO_MORE_ARTICLE');?></div>
/templates/ja_magz_ii/html/com_content/featured/default.php
/templates/ja_magz_ii/html/com_content/category/gallery.php
/templates/ja_magz_ii/html/com_content/category/videos.php
/templates/ja_magz_ii/html/com_content/category/xblog.php