Removes an admin from the connected Smart Wallet.
var receipt = await SmartWallet.RemoveAdmin("0xLivedminAddress");
Hexadecimal string representing the signer to remove admin access from.
string
The transaction receipt as a TransactionReceipt object.
TransactionReceipt