Ok I figured it out. I had to pull all entries from character_queststatus_rewarded and delete matching entries in character_queststatus for that guid quest numbers.
Example:
Had this Line in characters.character_queststatus:
guid, quest, status, explored, timer, mobcount1, mobcount2, mobcount3, mobcount4, itemcount1, itemcount2, itemcount3, itemcount4, playercount
3,9569,3,0,1500417612,0,0,0,0,0,0,0,0,0
And in character_queststatus_rewarded:
guid, quest, active
3,9569,1
Once I removed these in rewarded from the queststatus they are out of the quest log.
I may have to do additional checks but it should be fine and I need to do more testing lol.
Thanks for the help.