The easiest way is to create a module template override and add a check for the pagination variables. If they are present in the URL, then the module is not shown.
So wrap the module's override with something like:
<?php if (JRequest::getInt('start', 0) == 0): ?>
<!-- module override HTML goes here -->
<?php endif; ?>
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)