Thanks to Rune FS's XML hack. (How to perform spell check and grammar check in Powerpoint using VBA?)
Save the pptx file as a PowerPoint XML Presentation.
Open the XML file with a text editor like 'notepad.'
replace every ' err="1"' with ''(remove any instance of ' err="1"')
Save the XML file.
Open the xml file in PowerPoint and save it as a pptx file.
Reopen the pptx file and all the red underlines are gone!