clj-on-windows

For those interested in making clj on Windows https://dev.clojure.org/jira/browse/TDEPS-67. Also see https://github.com/littleli/scoop-clojure.
Saikyun 2020-10-14T08:54:02.081100Z

my colleague is trying to get clojure + calva to work on windows. we got the following issue: https://github.com/BetterThanTomorrow/calva/issues/387 the solution seems to be to reinstall clojure. however, I can't figure out how to uninstall it. I thought it was installed as a powershell module, but when running Get-InstalledModule I don't see any modules. when running Get-Command clojure this is what I get:

> get-command clojure
CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Alias           clojure -> Invoke-Clojure                          1.10.1.561 ClojureTools

Saikyun 2020-10-14T08:54:10.081600Z

so my question is, how do I uninstall clojure on windows?