typeset already uses -R for something else.
Right, I missed that one and -r is already used for readonly. My first choice would have been -u or -U for Unset but both are already used. Another idea was -f or -F for Forced set but again both are already used. So maybe -S for unSet or forced Set.
Why not -s? I would keep this one available to maybe one day add an explicit String/Scalar option for cases where you want to convert from any variable type to a string/scalar variable. It always bothered me that you can easily force convert to -i or -a but not to string/scalar.
Philippe