Simply run this script:
app.activeDocument.hyperlinks.everyItem().remove(); app.activeDocument.hyperlinkTextDestinations.everyItem().remove(); app.activeDocument.hyperlinkTextSources.everyItem().remove();
It deletes all hyperlinks, text anchors (destinations) and text sources.
— Kas