I found something here that needed just a little clean up and worked perfectly, my version is below.
# To undo what the Adobe CS installer does:
rm -Rf /Applications/Adobe*
rm -Rf /Applications/Utilities/Adobe*
rm -Rf /Library/Application Support/Adobe*
rm -Rf /Library/Application Support/Mozilla/Extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}
rm -Rf /Library/Application Support/regid.1986-12.com.adobe
rm -Rf /Library/Automator/Save as Adobe PDF.action
rm -Rf /Library/Internet Plug-Ins/AdobePDFViewer.plugin
rm -Rf /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin
# Remove LaunchAgents that were installed
launchctl remove /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
launchctl remove com.adobe.ARMDCHelper*
# Delete those plists so they don't load again
rm -Rf /Library/LaunchAgents/com.adobe*
# Remove LaunchDaemons that were installed
launchctl remove /Library/LaunchDaemons/com.adobe*
# Delete those plists so they don't load again on reboot
rm -Rf /Library/LaunchDaemons/com.adobe*
rm -Rf /Library/Logs/Adobe*
rm -Rf /Library/PDF Services
rm -Rf /Library/Preferences/com.adobe*
rm -Rf /Library/Preferences/com.Adobe*
rm -Rf /Library/PriviledgedHelperTools/com.adobe*
rm -Rf /Library/ScriptingAdditions/Adobe*
rm -Rf /private/var/root/Library/Application Support/Adobe*
rm -Rf /private/var/root/Library/Logs/Adobe*
rm -Rf /private/var/root/Library/Preferences/Adobe*
# Remove crud saved in User
rm -Rf ~/Library/Application Support/Adobe
rm -Rf ~/Library/Logs/Adobe*
rm -Rf ~/Library/Logs/PDApp.log
rm -Rf ~/Library/Preferences/Adobe*
rm -Rf ~/Library/Preferences/com.adobe*
#rm -Rf ~/Library/Preferences/Macromedia*
# Remove crud from /Users/Shared
rm -Rf /Users/Shared/Adobe*
jamf policy -event FlashPlayer
exit 0