Hi @bret_wieseler ,
There is no official way to remove block libraries, but you can try this workaround:
1/ Quit AutoCAD
2/ Go to the "~/Library/Application Support/Autodesk/AutoCAD 2023/R24.2/local" folder
3/ Open HKCU_V1.plist file in plain text editor. My advice: make a backup of this file in case something goes wrong.
4/ Delete all keys "HKEY_CURRENT_USER.DIALOGS.BLOCKSTREAM.BLOCKLIBRARIES.LIBRARYn" keys in this PLIST file (LIBRARYn - should show as LIBRARY1, LIBRARY2, etc.)
5/ Delete string values in "HKEY_CURRENT_USER.DIALOGS.BLOCKSTREAM.LASTACCESSEDLIBRARY" and in "HKEY_CURRENT_USER.DIALOGS.BLOCKSTREAM.LASTACCESSEDLIBRARYNODE" keys.
Now BLOCKSTREAM related keys in the HKCU_V1.plist file should look like this:
<key>HKEY_CURRENT_USER.DIALOGS.BLOCKSTREAM.@</key>
<string>@Invalid()</string>
<key>HKEY_CURRENT_USER.DIALOGS.BLOCKSTREAM.BLOCKLIBRARIES.@</key>
<string>@Invalid()</string>
<key>HKEY_CURRENT_USER.DIALOGS.BLOCKSTREAM.LASTACCESSEDLIBRARY</key>
<string></string
<key>HKEY_CURRENT_USER.DIALOGS.BLOCKSTREAM.LASTACCESSEDLIBRARYNODE</key>
<string></string
<key>HKEY_CURRENT_USER.DIALOGS.BLOCKSTREAM.LASTCRASHEDRECENTDRAWING</key>
<string></string>
6/ Save HKCU_V1.plist file and launch AutoCAD