The dashes are always in the same place, so no, it will not reduce the uniqueness.
System.Guid.NewGuid().ToString("N");
Will generate a GUID without dashes, as in this documentation
The dashes are always in the same place, so no, it will not reduce the uniqueness.
System.Guid.NewGuid().ToString("N");
Will generate a GUID without dashes, as in this documentation