I've tried
convert -delay 5 see6x8x24.gif -coalesce -fuzz 10 -transparent black -loop 0 -layers optimize -limit thread 8 new2.gif
convert -delay 5 aa.gif -coalesce -fuzz 10 -transparent black -loop 0 -layers optimize -limit thread 8 new.gif
convert aa.gif -layers Dispose canv.gif
convert aa.gif -coalesce -dispose previous -limit thread 8 opt2.gif
convert aa.gif -coalesce -layers OptimizeFrame opt.gif
convert see6x8x24.gif -fill none -opaque black -dispose background -limit thread 8 aa.gif
and these are the animations im workin with:
removed background

still with the background intact

Could anyone enlighten me what am I doing wrong?