Withdraw funds from retired pool

I am trying to withdraw the funds from a stake pool that I have retired the steps I have taken are those shown here Submitting a Simple Transaction - CoinCashew

however I am getting the error of:-
Command failed: transaction submit Error: Error while submitting tx: ShelleyTxValidationError ShelleyBasedEraBabbage (ApplyTxError [UtxowFailure (UtxoFailure (BabbageOutputTooSmallUTxO [((Addr Mainnet (KeyHashObj (KeyHash "f3e5f2a4bf793b5c015715ab4b002301a9265afb3833ac49f18c2233")) (StakeRefBase (KeyHashObj (KeyHash "3bade1f1ba40bfba029d5e6bc9350b5bf8e58436f5ec6b10348fe382"))),Value 0 (fromList []),NoDatum,SNothing),Coin 961130)]))])

I am trying to withdraw 7525313983 the wallet balance is 7525490748.

the fee works works out to be the difference.

any ideas?

Thanks in advance

Hi,

  1. the node is 100% synced?
  2. there are other assets inside the wallet?

Cheers,

Yes node is fully synced, no other assets are showing in the wallet

ok, can you check the balance of the address on cardanoscan.io?

this is your error: BabbageOutputTooSmallUTxO
how many ada do you want to send?

f3e5f2a4bf793b5c015715ab4b002301a9265afb3833ac49f18c2233

showing as not found.

Withdrawing 7525313983 LL wallet balance showing 7525490748 LL.

    --address $(cat payment.addr) \
    --mainnet
                           TxHash                                 TxIx        Amount
--------------------------------------------------------------------------------------
5685004b8ddd40cf76dacb492c40b0f96760a35728af79360e699d7366d75920     0        7525490748 lovelace + TxOutDatumNone

can u follow this topic and use build instead of build-raw?