2
I don't have time to provide full details, but the approach I would try is to locate the .php file that generates the content for that block, and edit the block's "show" function. Add code to check which module is the current one, and return an empty array if you don't want the block to display.
Maybe someone else can go into more detail.