In order to remove the close button from an offer shown via JavaScript, you would need to add the parameter showCloseButton with the value false to your code.
For example like this:
tp.offer.show({offerId:'OFG3YA1GG123', templateId:'OT0KFLDOG123',showCloseButton:false})
More information about showing offers via JavaScript is available here.