I have one - stupid question. How Can I remove this red circle from this image? (I don't want to lose "text")

I try do it by Fill / fuzz, but I'm just new in Magick, and I can't do it alone

Code: Select all
convert image.png -fuzz 25% -fill white -opaque red result.png