Removing Tensorflow

Hi Every one,
I’m using MacBook Pro, Macos Big Sur, 11.7.3 with Processor Quad-Core Intel Core i7, 2 GHz, Memory: 8 GB
The Conda info in my machne is as follows:
active environment : base
active env location : /Users/…/anaconda3/envs/Tensorflow2
shell level : 2
user config file : /Users/…/.condarc
populated config files : /Users/…/.condarc
conda version : 23.11.0
conda-build version : not installed
python version : 3.8.18.final.0
solver : libmamba (default)
virtual packages : __archspec=1=haswell
__conda=23.11.0=0
__osx=10.16=0
__unix=0=0
base environment : /Users/…/anaconda3/envs/Tensorflow2 (writable)
conda av data dir : /Users/…/anaconda3/envs/Tensorflow2/etc/conda
conda av metadata url : None
channel URLs : …/pkgs/main/osx-64
…/pkgs/main/noarch
…/pkgs/r/osx-64
…/pkgs/r/noarch
…/conda-forge/osx-64
…/conda-forge/noarch
package cache : /Users/…/anaconda3/envs/Tensorflow2/pkgs
/Users/…/.conda/pkgs
envs directories : /Users/…/anaconda3/envs/Tensorflow2/envs
/Users/abdulademaljamel/.conda/envs
platform : osx-64
user-agent : conda/23.11.0 requests/2.31.0 CPython/3.8.18 Darwin/20.6.0 OSX/10.16 solver/libmamba conda-libmamba-solver/23.12.0 libmambapy/1.5.6
UID:GID : 501:20
netrc file : None
offline mode : False

///////////////////////////My Prblem////////////////////////////////
After removing Tensorflow package, I got this roblem:
---- After excuting this command:
(base) … ~ % python3 -c “import tensorflow as tf; print(tf.version.VERSION)”
I got:
2024-01-21 21:15:20.059886: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
2.13.1
----- After tring to remove Tensorflow again:
(base) … ~ % pip uninstall tensorflow
I got this messgae:
WARNING: Skipping tensorflow as it is not installed.
— more when I execute this commnad in Jupyter Notebbok:
import tensorflow
tensorflow.version.VERSION
I got this result:
‘2.11.0’
//////////////My Question /////////////////
How to Rempve Tensorefloe from my system?
It says removed
It says I have 2.13.0
It says Iav 2.11.0
Whar are they?
How to remove them and reinstall Tensorflow agian.

Thanjs a lot
Abduladem