Hi adeycorp,
The list of products & product page have the same itemID, that's why the module is displayed on the both pages.
We use the Joomla system for menus and modules management, by default you cannot display the module only on the listing page.
A solution could be to create a position in your template, this position will only exist on the listing page.
You place the module in this position, and on the product page the module won't be shown, because the position doesn't exist.
Or you can create the links to the products by hand, by this way the itemID will be changed, and the module won't be shown.